home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Games / JKII_Demo.sit / Jedi Knight II Demo / demo / assets0.pk3 / effects / smoke.efx < prev    next >
Encoding:
Text File  |  2002-03-28  |  362 b   |  32 lines

  1. // Large smoke effect, should be called about once every 100ms
  2.  
  3. Particle
  4. {
  5.     count    4    5
  6.     life    800    1200
  7.     delay    0    120
  8.  
  9.     origin    4 -6 -6        4 6 6
  10.     vel    15 -12 -12        20 12 12
  11.     gravity    12    32
  12.  
  13.     size
  14.     {
  15.         start     6.0    14.0
  16.         end    12.0    24.0
  17.         flags    linear
  18.     }
  19.  
  20.     alpha
  21.     {
  22.         start    0.3    0.4
  23.         end     0.0
  24.         flags    linear
  25.     }
  26.  
  27.     shader
  28.     [
  29.         gfx/misc/steam
  30.     ]
  31. }
  32.